@charset "UTF-8";
.page.page-index {
  height: 100vh;
  margin-top: 0;
}

.swiper-banner {
  height: 100%;
}
.swiper-banner .swiper-container {
  height: 100%;
}
.swiper-banner .swiper-container .img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.swiper-banner .swiper-title {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  user-select: none;
}

.panel-about .photo {
  position: relative;
}
.panel-about .photo .img {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 3;
}
.panel-about .photo .img img {
  width: 100%;
  height: 100%;
}
.panel-about .photo::before, .panel-about .photo::after {
  content: " ";
  display: block;
  position: absolute;
}
.panel-about .photo::before {
  width: 100%;
  height: 100%;
  background: #07CF90;
  z-index: 2;
}
.panel-about .title {
  white-space: nowrap;
  position: relative;
}
.panel-about .title h2 {
  color: #4E4E4E;
  font-weight: bold;
  position: absolute;
}
.panel-about .title p {
  color: #F2F2F2;
  font-weight: bold;
  text-transform: uppercase;
}
.panel-about .content {
  color: #666;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.panel-product {
  background-image: url("../../img/index/product/bg.jpg");
  background-repeat: no-repeat;
}
.panel-product::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(33, 95, 72, 0.5);
}
.panel-product .product-list {
  position: relative;
  z-index: 3;
}

.panel-strength .title {
  white-space: nowrap;
  position: relative;
}
.panel-strength .title h2 {
  color: #4E4E4E;
  font-weight: bold;
  position: absolute;
}
.panel-strength .title p {
  color: #F2F2F2;
  font-weight: bold;
  text-transform: uppercase;
}
.panel-strength .content {
  color: #666;
  text-indent: 2em;
}
.panel-strength .more-item {
  display: block;
  position: relative;
  cursor: pointer;
}
.panel-strength .more-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.panel-strength .more-item .info {
  position: relative;
  z-index: 2;
}
.panel-strength .more-item .cn {
  color: #fff;
  font-weight: bold;
}
.panel-strength .more-item .en {
  color: #fff;
}
.panel-strength .more-item .more {
  background-image: url("../../img/index/strength/more.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.panel-news {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.panel-news .title {
  white-space: nowrap;
  position: relative;
}
.panel-news .title h2 {
  color: #4E4E4E;
  font-weight: bold;
  position: absolute;
}
.panel-news .title p {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.panel-news .nav-list {
  display: flex;
  align-items: center;
}
.panel-news .nav-item {
  color: #333;
  cursor: pointer;
  transition: 0.3s all ease;
}
.panel-news .nav-item.is-active {
  font-weight: bold;
}
.panel-news .new-item {
  cursor: pointer;
}
.panel-news .new-item .date {
  display: flex;
}
.panel-news .new-item .day {
  color: #333530;
  font-weight: bold;
}
.panel-news .new-item .month {
  color: #9E9E9E;
}
.panel-news .new-item .tit {
  color: #333;
  font-weight: bold;
}
.panel-news .new-item .desc {
  color: #666;
}

.panel-contact {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.panel-contact .comment {
  display: flex;
  align-items: center;
}
.panel-contact .comment .tit {
  color: #fff;
  font-weight: bold;
}
.panel-contact .comment .tip {
  color: #fff;
}
.panel-contact .com-form .form-item {
  display: flex;
  width: 100%;
}
.panel-contact .com-form .form-submit {
  background: #E25623;
  color: #fff;
  cursor: pointer;
}
.panel-contact .com-form .form-submit:active {
  opacity: 0.9;
}
.panel-contact .com-form input,
.panel-contact .com-form textarea {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.panel-contact .com-form input::-webkit-input-placeholder {
  color: #fff; /* WebKit browsers，webkit内核浏览器 */
}
.panel-contact .com-form input:-moz-placeholder {
  color: #fff; /* Mozilla Firefox 4 to 18 */
}
.panel-contact .com-form input::-moz-placeholder {
  color: #fff; /* Mozilla Firefox 19+ */
}
.panel-contact .com-form input:-ms-input-placeholder {
  color: #fff; /* Internet Explorer 10+ */
}
.panel-contact .com-form textarea {
  width: 100%;
}
.panel-contact .com-form textarea::-webkit-input-placeholder {
  color: #fff; /* WebKit browsers，webkit内核浏览器 */
}
.panel-contact .com-form textarea:-moz-placeholder {
  color: #fff; /* Mozilla Firefox 4 to 18 */
}
.panel-contact .com-form textarea::-moz-placeholder {
  color: #fff; /* Mozilla Firefox 19+ */
}
.panel-contact .com-form textarea:-ms-input-placeholder {
  color: #fff; /* Internet Explorer 10+ */
}
.panel-contact .right .title {
  white-space: nowrap;
  position: relative;
}
.panel-contact .right .title h2 {
  color: #fff;
  font-weight: bold;
  position: absolute;
}
.panel-contact .right .title p {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  text-transform: uppercase;
}
.panel-contact .right .phone {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.panel-contact .right .row {
  display: block;
  color: #fff;
}
.panel-contact .right a.row:hover {
  opacity: 0.9;
}
.panel-contact .right .book {
  display: block;
  cursor: pointer;
}
.panel-contact .right .book:active {
  opacity: 0.9;
}
.panel-contact .right .book .name {
  color: #fff;
  font-weight: bold;
}
.panel-contact .bottom {
  background: #215F48;
  color: #fff;
}
.panel-contact .bottom a {
  color: #fff;
}

@media (min-width: 769px) {
  .swiper-banner .swiper-title {
    top: 3.3875rem;
  }
  .swiper-banner .swiper-title .cn {
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.2rem;
    text-shadow: 0 0.05rem 0.125rem rgba(0, 0, 0, 0.3);
  }
  .swiper-banner .swiper-title .en {
    font-size: 0.3rem;
    line-height: 0.625rem;
    letter-spacing: 0.025rem;
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
  }
  .swiper-banner .slide-pagination {
    bottom: 0.875rem;
  }
  .swiper-banner .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    border-width: 0.0125rem;
  }
  .swiper-banner .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 0.2rem;
  }
  .know-more {
    width: 0.45rem;
    padding-left: 0;
  }
  .is-active .know-more {
    width: 1.5625rem;
    padding-left: 0.225rem;
  }
  .panel-about {
    display: flex;
    padding-top: 2.625rem;
    padding-left: 1.25rem;
  }
  .panel-about .photo {
    width: 10rem;
    height: 6.6625rem;
  }
  .panel-about .photo img {
    transition: 0.5s all ease;
  }
  .panel-about .photo::after {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: rgba(7, 207, 144, 0.2);
  }
  .panel-about .photo:hover img {
    transform: scale(1.4);
  }
  .panel-about .right {
    width: 9.1875rem;
    margin-left: 0.875rem;
    position: relative;
    z-index: 2;
  }
  .panel-about .title {
    margin-bottom: 0.3625rem;
  }
  .panel-about .title h2 {
    font-size: 0.4rem;
    line-height: 0.575rem;
    left: 0.6rem;
    top: 0.4rem;
  }
  .panel-about .title p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .panel-about .content {
    margin-bottom: 0.5rem;
    font-size: 0.2rem;
    line-height: 0.45rem;
    -webkit-line-clamp: 9;
  }
  .panel-about .pic-1 {
    width: 4.825rem;
    height: 4.825rem;
    border-radius: 50%;
    background: #07CF90;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .panel-about .pic-2 {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: rgba(7, 207, 144, 0.2);
    position: absolute;
    right: 1.8875rem;
    top: calc(50% + 1.875rem);
  }
  .panel-about .pic-3 {
    width: 6.25rem;
    height: 5.15rem;
    background-image: url("../../img/index/about/pic.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 2.95rem;
    bottom: 0;
    transform: translate3d(0, 100%, 0);
  }
  .panel-about .photo {
    transform: scale(0.5);
  }
  .panel-about .photo::before {
    left: 0;
    bottom: 0;
  }
  .panel-about .photo::after {
    right: 0;
    bottom: 0;
  }
  .panel-about .title {
    transform: translate3d(0, -150%, 0);
    opacity: 0;
  }
  .panel-about .content {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  .panel-about .pic-1 {
    transform: translate(50%, -50%);
  }
  .panel-about .pic-3 {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  .panel-about .photo,
.panel-about .photo::before,
.panel-about .photo::after,
.panel-about .title,
.panel-about .content,
.panel-about .pic-1,
.panel-about .pic-2,
.panel-about .pic-3 {
    transition: 0.8s all ease;
  }
  .panel-about.is-active .photo {
    transform: scale(1);
  }
  .panel-about.is-active .photo::before {
    left: -0.375rem;
    bottom: -0.375rem;
    transition-delay: 0.4s;
  }
  .panel-about.is-active .photo::after {
    right: -1.5375rem;
    bottom: -1.45rem;
    transition-delay: 0.4s;
  }
  .panel-about.is-active .title {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .panel-about.is-active .content {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .panel-about.is-active .pic-1 {
    transform: translate(-50%, -50%);
  }
  .panel-about.is-active .pic-3 {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .panel-product {
    background-size: 100% 100%;
  }
  .panel-product .title {
    display: none;
  }
  .panel-product .product-list {
    display: flex;
    height: 100%;
  }
  .panel-product .product-item {
    display: block;
    width: 25%;
    height: 100%;
    padding-top: 4.825rem;
    padding-left: 0.5875rem;
    transition: 0.3s padding ease;
    cursor: pointer;
  }
  .panel-product .product-item .icon {
    margin-left: 0.25rem;
    margin-bottom: 0.375rem;
  }
  .panel-product .product-item .icon img {
    width: 0.575rem;
  }
  .panel-product .product-item .tit {
    color: #fff;
  }
  .panel-product .product-item .cn {
    margin-bottom: 0.125rem;
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
  .panel-product .product-item .en {
    font-size: 0.27rem;
    line-height: 0.3rem;
  }
  .panel-product .product-item .more {
    width: 0.825rem;
    height: 0.825rem;
    margin-top: 0.375rem;
    position: relative;
  }
  .panel-product .product-item .more::before, .panel-product .product-item .more::after {
    content: " ";
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 0.3s opacity ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .panel-product .product-item .more::before {
    background-image: url("../../img/common/icon-more-2-white.png");
    opacity: 1;
  }
  .panel-product .product-item .more::after {
    opacity: 0;
    background-image: url("../../img/common/icon-more-2-active.png");
  }
  .panel-product .product-item.is-active {
    padding-top: 4.375rem;
  }
  .panel-product .product-item.is-active .more::before {
    opacity: 0;
  }
  .panel-product .product-item.is-active .more::after {
    opacity: 1;
  }
  .panel-product .product-block {
    width: 8.6625rem;
    background-image: url("../../img/index/product/block.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -2.1875rem;
    bottom: 0;
    z-index: 2;
    transform: translateX(var(--left, 0rem));
    transition: 0.3s transform ease;
  }
  .panel-strength {
    padding-top: 1.75rem;
    padding-left: 1.0625rem;
    padding-right: 3.5625rem;
  }
  .panel-strength .title {
    margin-bottom: 0.3625rem;
  }
  .panel-strength .title h2 {
    font-size: 0.4rem;
    line-height: 0.575rem;
    position: absolute;
    left: 0.6rem;
    top: 0.4rem;
  }
  .panel-strength .title p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .panel-strength .content {
    margin-bottom: 0.625rem;
    font-size: 0.225rem;
    line-height: 0.45rem;
  }
  .panel-strength .more-list {
    width: 100%;
    height: 5.625rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
  }
  .panel-strength .more-item {
    width: calc((100% - 0.625rem) / 3);
    padding: 0.7rem;
    overflow: hidden;
    position: relative;
  }
  .panel-strength .more-item::after {
    content: " ";
    display: block;
    background: linear-gradient(152deg, #1EABD2 0%, rgba(30, 171, 210, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .panel-strength .more-item .cn {
    margin-bottom: 0.05rem;
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  .panel-strength .more-item .en {
    margin-bottom: 0.2rem;
    font-size: 0.225rem;
    line-height: 0.3rem;
    font-weight: bold;
  }
  .panel-strength .more-item .more {
    width: 0.5rem;
    height: 0.5rem;
  }
  .panel-strength .more-item img,
.panel-strength .more-item .info {
    transition: 0.5s all ease;
  }
  .panel-strength .more-item:hover img {
    transform: scale(1.2);
  }
  .panel-strength .more-item:hover .info {
    transform: scale(1.2) translateX(.2rem);
  }
  .panel-strength .pic-1 {
    width: 4.825rem;
    height: 4.825rem;
    border-radius: 50%;
    background: #07CF90;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .panel-strength .pic-2 {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: rgba(7, 207, 144, 0.2);
    position: absolute;
    right: 1.8875rem;
    top: calc(50% + 1.875rem);
  }
  .panel-strength .title {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  .panel-strength .content {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  .panel-strength .more-item {
    transform: scale3d(0, 0, 0);
    opacity: 0;
  }
  .panel-strength .pic-1 {
    transform: translate(50%, -50%);
  }
  .panel-strength .pic-2 {
    transform: scale(0);
  }
  .panel-strength .title,
  .panel-strength .content,
  .panel-strength .more-item,
  .panel-strength .pic-1,
  .panel-strength .pic-2 {
    transition-duration: 0.8s;
    transition-timing-function: ease;
    transition-property: opacity, transform;
  }
  .panel-strength.is-active .title {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .panel-strength.is-active .content {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .panel-strength.is-active .more-item {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  .panel-strength.is-active .pic-1 {
    transform: translate(-50%, -50%);
  }
  .panel-strength.is-active .pic-2 {
    transform: scale(1);
  }
  .panel-news {
    background-image: url("../../img/index/news/bg.png");
    padding-top: 2.325rem;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
  }
  .panel-news .title h2 {
    font-size: 0.4rem;
    line-height: 0.575rem;
    left: 0.6rem;
    top: 0.4rem;
  }
  .panel-news .title p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .panel-news .nav-list {
    justify-content: flex-end;
  }
  .panel-news .nav-item {
    margin-right: 0.525rem;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .panel-news .new-list-group {
    margin-top: 0.85rem;
    position: relative;
    overflow: hidden;
  }
  .panel-news .new-list {
    display: flex;
    padding-bottom: 0.2rem;
    transition: 0.3s transform ease;
    overflow-y: auto;
  }
  .panel-news .new-list:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }
  .panel-news .new-item {
    flex-shrink: 0;
    width: calc(25% - 8px);
    height: 5rem;
    padding: 47px 30px 0;
    overflow: hidden;
    position: relative;
  }
  .panel-news .new-item::after {
    content: " ";
    display: block;
    background: #fff;
    transition: 0.3s all ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
  .panel-news .new-item + .new-item {
    margin-left: 0.125rem;
  }
  .panel-news .new-item,
.panel-news .new-item .day,
.panel-news .new-item .month,
.panel-news .new-item .tit,
.panel-news .new-item .desc,
.panel-news .new-item .more {
    position: relative;
    z-index: 2;
  }
  .panel-news .new-item,
.panel-news .new-item .day,
.panel-news .new-item .month,
.panel-news .new-item .tit,
.panel-news .new-item .desc,
.panel-news .new-item .more::before,
.panel-news .new-item .more::after {
    transition: 0.3s all ease;
  }
  .panel-news .new-item .date {
    margin-bottom: 0.4rem;
  }
  .panel-news .new-item .day {
    margin-right: 0.1rem;
    font-size: 0.625rem;
    line-height: 0.625rem;
  }
  .panel-news .new-item .month {
    font-size: 0.225rem;
    line-height: 0.225rem;
  }
  .panel-news .new-item .tit {
    margin-bottom: 0.35rem;
    font-size: 0.3rem;
    line-height: 0.375rem;
  }
  .panel-news .new-item .desc {
    margin-bottom: 0.175rem;
    font-size: 0.2rem;
    line-height: 0.375rem;
  }
  .panel-news .new-item .more {
    width: 0.725rem;
    height: 0.725rem;
    position: relative;
  }
  .panel-news .new-item .more::before, .panel-news .new-item .more::after {
    content: " ";
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .panel-news .new-item .more::before {
    background-image: url("../../img/common/icon-more-2.png");
    opacity: 1;
  }
  .panel-news .new-item .more::after {
    opacity: 0;
    background-image: url("../../img/common/icon-more-2-active.png");
  }
  .panel-news .new-item:hover::after {
    background: #07cf90;
  }
  .panel-news .new-item:hover .day,
.panel-news .new-item:hover .month,
.panel-news .new-item:hover .tit,
.panel-news .new-item:hover .desc {
    color: #fff;
  }
  .panel-news .new-item:hover .more::before {
    opacity: 0;
  }
  .panel-news .new-item:hover .more::after {
    opacity: 1;
  }
  .panel-news .new-swiper-group {
    display: none;
  }
  .panel-news .title {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  .panel-news .new-item {
    transform: scale(0);
  }
  .panel-news .title,
.panel-news .new-item {
    transition-duration: 0.8s;
    transition-timing-function: ease;
    transition-property: opacity, transform;
  }
  .panel-news.is-active .title {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .panel-news.is-active .new-item {
    transform: scale(1);
  }
  .panel-contact {
    display: flex;
    align-items: center;
    padding-top: 0.3rem;
    padding-left: 1.0625rem;
    background-image: url("../../img/index/contact/bg.jpg");
  }
  .panel-contact .middle {
    display: flex;
    width: 100%;
  }
  .panel-contact .left,
.panel-contact .right {
    position: relative;
    z-index: 2;
  }
  .panel-contact .left {
    flex-shrink: 0;
    width: 10.375rem;
  }
  .panel-contact .comment {
    margin-top: 0.5rem;
  }
  .panel-contact .comment img {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.5rem;
  }
  .panel-contact .comment .tit {
    margin-bottom: 0.1rem;
    font-size: 0.4rem;
    line-height: 0.575rem;
  }
  .panel-contact .comment .tip {
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .panel-contact .com-form {
    margin-top: 0.625rem;
  }
  .panel-contact .com-form .form-item + .form-item {
    margin-top: 0.375rem;
  }
  .panel-contact .com-form .form-submit {
    width: 2.325rem;
    height: 0.675rem;
    margin-top: 0.625rem;
    border-radius: 0.3375rem;
    font-size: 0.3rem;
    line-height: 0.4375rem;
  }
  .panel-contact .com-form input,
.panel-contact .com-form textarea {
    padding: 0.2125rem;
    border-width: 0.0125rem;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .panel-contact .com-form input {
    width: calc(50% - 0.1875rem);
    height: 0.75rem;
  }
  .panel-contact .com-form input + input {
    margin-left: 0.375rem;
  }
  .panel-contact .com-form textarea {
    height: 2.2rem;
  }
  .panel-contact .right {
    flex: 1;
    overflow: hidden;
    margin-left: 1.55rem;
  }
  .panel-contact .right .info {
    width: 58%;
  }
  .panel-contact .right .title {
    margin-bottom: 0.2rem;
  }
  .panel-contact .right .title h2 {
    font-size: 0.4rem;
    line-height: 0.575rem;
    left: 0.6rem;
    top: 0.4rem;
  }
  .panel-contact .right .title p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .panel-contact .right .phone {
    margin-bottom: 0.1875rem;
    font-size: 0.35rem;
    line-height: 0.45rem;
  }
  .panel-contact .right .phone img {
    width: 0.475rem;
    height: 0.475rem;
    margin-right: 0.0875rem;
  }
  .panel-contact .right .row {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .panel-contact .right .book {
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
  }
  .panel-contact .right .book > img {
    width: 2rem;
    height: 2.8rem;
    margin-right: 0.3375rem;
  }
  .panel-contact .right .book .name {
    margin-top: -0.15rem;
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  .panel-contact .qrcode {
    width: 5.4375rem;
    height: 8.9rem;
    position: absolute;
    right: 0;
    bottom: 1rem;
    z-index: 2;
  }
  .panel-contact .qrcode img {
    width: 100%;
  }
  .panel-contact .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.75rem;
    padding: 0 3.5rem;
    font-size: 0.175rem;
    line-height: 0.25rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .panel-contact .bottom span span {
    margin-left: 1em;
  }
  .panel-contact .left {
    transform: translate3d(-50%, 0, 0);
  }
  .panel-contact .right {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  .panel-contact .qrcode {
    transform: translate3d(100%, 0, 0);
    transition-delay: 0.2s;
  }
  .panel-contact .left,
.panel-contact .right,
.panel-contact .qrcode {
    transition-duration: 0.8s;
    transition-timing-function: ease;
    transition-property: transform, opacity;
  }
  .panel-contact.is-active .left {
    transform: translate3d(0, 0, 0);
  }
  .panel-contact.is-active .right {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .panel-contact.is-active .qrcode {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 768px) {
  .swiper-banner {
    height: 100vh;
  }
  .swiper-banner .swiper-container .img {
    background-position: center;
  }
  .swiper-banner .swiper-title {
    top: 16.45rem;
  }
  .swiper-banner .swiper-title .cn {
    margin-bottom: 1.025rem;
    font-size: 2.3rem;
    line-height: 2.5625rem;
    letter-spacing: 0.1875rem;
    text-shadow: 0 0.25rem 0.6375rem rgba(0, 0, 0, 0.3);
  }
  .swiper-banner .swiper-title .en {
    font-size: 0.7625rem;
    line-height: 0.9rem;
    text-shadow: 0 0.6375rem 1.275rem rgba(0, 0, 0, 0.3);
  }
  .swiper-banner .slide-pagination {
    bottom: 1.5375rem;
  }
  .swiper-banner .swiper-pagination-bullet {
    width: 0.6875rem;
    height: 0.6875rem;
    border-width: 0.0625rem;
  }
  .swiper-banner .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 0.6875rem;
  }
  .panel-about {
    padding: 10.2875rem 1.025rem 0;
  }
  .panel-about .photo {
    width: 21.95rem;
    height: 14.625rem;
    margin-bottom: 1.475rem;
  }
  .panel-about .photo::before {
    left: -0.325rem;
    bottom: -0.325rem;
  }
  .panel-about .photo .img {
    right: -0.325rem;
    top: -0.325rem;
  }
  .panel-about .title {
    position: absolute;
    left: 50%;
    top: 5.7625rem;
    transform: translateX(-50%);
  }
  .panel-about .title h2 {
    font-size: 1.025rem;
    line-height: 1.475rem;
    left: 3.775rem;
    top: 1.025rem;
  }
  .panel-about .title p {
    font-size: 2.3rem;
    line-height: 3.325rem;
  }
  .panel-about .content {
    margin-bottom: 1.925rem;
    font-size: 0.9rem;
    line-height: 2.2rem;
  }
  .panel-about .pic-3 {
    width: 12.8rem;
    height: 10.55rem;
    margin-top: -2.1875rem;
    margin-left: auto;
    background-image: url("../../img/index/about/pic.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .panel-product {
    padding: 0 1.025rem 2rem;
    background-size: auto 100%;
    background-position: center;
  }
  .panel-product .title {
    position: absolute;
    top: 5.7625rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .panel-product .title h2 {
    color: #fff;
    font-size: 1.025rem;
    line-height: 1.475rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .panel-product .title p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 2.3rem;
    line-height: 3.325rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .panel-product .product-list {
    padding-top: 12.7625rem;
  }
  .panel-product .product-item {
    display: flex;
    align-items: center;
    min-height: 5.125rem;
    padding: 0.5125rem 0;
    padding-left: 1.275rem;
    border-radius: 0.5125rem;
    border: 0.0625rem solid #fff;
  }
  .panel-product .product-item + .product-item {
    margin-top: 3.2rem;
  }
  .panel-product .product-item .icon {
    margin-right: 1.5375rem;
  }
  .panel-product .product-item .icon img {
    width: 2.3rem;
  }
  .panel-product .product-item .tit {
    color: #fff;
  }
  .panel-product .product-item .cn {
    margin-bottom: 0.5125rem;
    font-size: 1.1rem;
    line-height: 1.5375rem;
    font-weight: bold;
  }
  .panel-product .product-item .en {
    font-size: 0.8rem;
    line-height: 1;
  }
  .panel-strength {
    padding: 5.7625rem 1.025rem 1.25rem;
  }
  .panel-strength .title {
    text-align: center;
    margin-bottom: 1.275rem;
  }
  .panel-strength .title h2 {
    font-size: 1.025rem;
    line-height: 1.475rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .panel-strength .title p {
    font-size: 2rem;
    line-height: 3.325rem;
  }
  .panel-strength .content {
    margin-bottom: 1.95rem;
    font-size: 0.9rem;
    line-height: 1.925rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .panel-strength .more-list {
    position: relative;
  }
  .panel-strength .more-item {
    width: 100%;
    height: 15.5rem;
    padding-top: 1.925rem;
    padding-left: 1.925rem;
  }
  .panel-strength .more-item::after {
    content: " ";
    display: block;
    background: linear-gradient(152deg, #1EABD2 0%, rgba(30, 171, 210, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .panel-strength .more-item + .more-item {
    margin-top: 0.8875rem;
  }
  .panel-strength .more-item .cn {
    margin-bottom: 1.2rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .panel-strength .more-item .en {
    margin-bottom: 1.925rem;
    font-size: 1rem;
    line-height: 1;
  }
  .panel-strength .more-item .more {
    width: 2rem;
    height: 2rem;
  }
  .panel-news {
    padding: 5.7625rem 1.025rem 9rem;
    background-image: url("../../img/index/news/bg-mb.png");
  }
  .panel-news .title {
    margin-bottom: 6.075rem;
    text-align: center;
  }
  .panel-news .title h2 {
    font-size: 1.025rem;
    line-height: 1.475rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .panel-news .title p {
    color: #F2F2F2;
    font-size: 2.3rem;
    line-height: 3.325rem;
  }
  .panel-news .nav-list {
    justify-content: center;
  }
  .panel-news .nav-item {
    font-size: 1.15rem;
    line-height: 1.6625rem;
  }
  .panel-news .nav-item + .nav-item {
    margin-left: 2.4375rem;
  }
  .panel-news .new-list-group {
    display: none;
  }
  .panel-news .new-swiper-group {
    margin-top: 2.5rem;
    overflow: hidden;
    position: relative;
  }
  .panel-news .new-swiper {
    position: relative;
    padding-bottom: 2.2rem;
    transition: 0.3s transform ease;
  }
  .panel-news .new-swiper:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }
  .panel-news .new-swiper .slide-pagination {
    bottom: 0;
  }
  .panel-news .new-swiper .swiper-pagination-bullet {
    width: 0.6875rem;
    height: 0.6875rem;
    border-width: 0.0625rem;
  }
  .panel-news .new-swiper .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 0.6875rem;
  }
  .panel-news .new-item {
    padding: 1.275rem;
    padding-bottom: 3.45rem;
    background: #fff;
  }
  .panel-news .new-item .date {
    margin-bottom: 1.025rem;
  }
  .panel-news .new-item .day {
    margin-right: 1.275rem;
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
  .panel-news .new-item .month {
    font-size: 0.7625rem;
    line-height: 1.15rem;
  }
  .panel-news .new-item .tit {
    margin-bottom: 0.7625rem;
    font-size: 1.15rem;
    line-height: 1.925rem;
  }
  .panel-news .new-item .desc {
    margin-bottom: 1.925rem;
    font-size: 0.7625rem;
    line-height: 1.5375rem;
  }
  .panel-news .new-item .more {
    width: 1.5375rem;
    height: 1.5375rem;
    background-image: url("../../img/index/news/more.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .panel-news .know-more {
    position: absolute;
    top: 44.0375rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .panel-contact {
    display: flex;
    flex-direction: column;
    padding-top: 5.7625rem;
    background-image: url("../../img/index/contact/bg-mb.jpg");
  }
  .panel-contact .middle {
    display: flex;
    flex-direction: column-reverse;
  }
  .panel-contact .left,
  .panel-contact .right {
    padding: 0 1.025rem;
  }
  .panel-contact .left {
    width: 100%;
    margin-top: 1.275rem;
    padding-bottom: 1.25rem;
  }
  .panel-contact .comment img {
    width: 1.925rem;
    height: 1.925rem;
    margin-right: 0.7625rem;
  }
  .panel-contact .comment .tit {
    margin-bottom: 0.25rem;
    font-size: 1.15rem;
    line-height: 1.6625rem;
  }
  .panel-contact .comment .tip {
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .panel-contact .com-form {
    margin-top: 0.6375rem;
  }
  .panel-contact .com-form .form-item + .form-item {
    margin-top: 0.7625rem;
  }
  .panel-contact .com-form .form-submit {
    width: 5.8875rem;
    height: 1.6625rem;
    margin-top: 1.025rem;
    border-radius: 3rem;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .panel-contact .com-form input,
  .panel-contact .com-form textarea {
    padding: 0.325rem 1.025rem;
    border-width: 0.0625rem;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .panel-contact .com-form input {
    width: calc(50% - 0.225rem);
    height: 1.925rem;
  }
  .panel-contact .com-form input + input {
    margin-left: 0.45rem;
  }
  .panel-contact .com-form textarea {
    height: 5.125rem;
  }
  .panel-contact .right {
    position: relative;
  }
  .panel-contact .right .info {
    padding-right: 6.5rem;
  }
  .panel-contact .right .title {
    margin-bottom: 1.275rem;
    text-align: center;
  }
  .panel-contact .right .title h2 {
    font-size: 1.025rem;
    line-height: 1.475rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .panel-contact .right .title p {
    font-size: 2.3rem;
    line-height: 3.325rem;
  }
  .panel-contact .right .phone {
    margin-bottom: 0.6375rem;
    font-size: 1.025rem;
    line-height: 1.275rem;
  }
  .panel-contact .right .phone img {
    width: 1.275rem;
    height: 1.275rem;
    margin-right: 0.7625rem;
  }
  .panel-contact .right .row {
    font-size: 0.9rem;
    line-height: 1.925rem;
  }
  .panel-contact .right .book {
    position: absolute;
    right: 1.025rem;
    top: 4.6rem;
  }
  .panel-contact .right .book > img {
    width: 6.4rem;
    height: 8.875rem;
    margin-bottom: 0.6375rem;
  }
  .panel-contact .right .book .more {
    margin-left: 0.8875rem;
  }
  .panel-contact .right .book .name {
    margin-bottom: 0.7625rem;
    font-size: 0.9rem;
    line-height: 1.025rem;
  }
  .panel-contact .qrcode {
    display: none;
  }
  .panel-contact .bottom {
    margin-top: auto;
    padding: 0.9625rem 1.025rem;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .panel-contact .bottom span span {
    margin: 0 1rem;
  }
}